Add 'last found' and 'placer' to geocaching fields.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 5 May 2005 16:06:24 +0000 (16:06 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 5 May 2005 16:06:24 +0000 (16:06 +0000)
gpsbabel/defs.h

index efaedcab1e20e3b5d5848444502064ad38226007..a5bef70a7aadc581bec26c6afc29a7dc40543f2c 100644 (file)
@@ -138,6 +138,8 @@ typedef struct {
        int diff; /* (multiplied by ten internally) */
        int terr; /* (likewise) */
        time_t exported;
+       time_t last_found;
+       char *placer; /* Placer name */
        char *hint; /* all these UTF8, XML entities removed, May be not HTML. */
        utf_string desc_short;
        utf_string desc_long;